.color-blue {
  color: #0d62e1 !important; }

.container {
  width: 6.9rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.header {
  width: 100%;
  height: 1rem;
  background-color: #fff;
  box-shadow: 0 0 0.1rem #E6E6E6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  max-width: 592px; }
  .header .logo {
    width: 3.5rem;
    height: 0.77rem; }
    .header .logo img {
      width: 100%;
      height: 100%; }
  .header .tel {
    display: inline-flex;
    align-items: center; }
    .header .tel i {
      display: block;
      width: 0.3rem;
      height: 0.27rem;
      background-image: url(../images/02.png);
      background-size: 100%; }
    .header .tel span {
      font-size: 0.34rem;
      color: #cb122c;
      margin-left: 0.12rem;
      font-weight: bold; }

.nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 592px;
  z-index: 6;
  background-color: #fff; }
  .nav .item {
    display: block;
    width: 33.33%;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid transparent;
    font-size: 0.28rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center; }
    .nav .item.active {
      color: #cb122c;
      border-bottom: 1px solid #cb122c; }

.header-nav-h {
  width: 100%;
  height: 2.4rem; }

.footer {
  width: 100%;
  background-color: #07002f; }
  .footer .footer-top {
    width: 100%;
    padding: 0.35rem 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer .footer-top .texts {
      width: 4.60rem;
      flex-shrink: 0; }
      .footer .footer-top .texts .text {
        font-size: 0.24rem;
        color: #c6c5ce; }
      .footer .footer-top .texts .tel {
        width: 100%;
        font-size: 0.4rem;
        font-weight: bold;
        line-height: 0.4rem;
        margin: 0.2rem 0;
        color: #fff;
        text-align: center; }
    .footer .footer-top .ewm {
      width: 1.5rem;
      height: 1.5rem; }
      .footer .footer-top .ewm img {
        width: 100%;
        height: 100%; }
  .footer .footer-bot {
    width: 100%;
    padding: 0.16rem 0.3rem;
    text-align: center;
    border-top: 1px solid #393359;
    font-size: 0.2rem;
    color: #5e5d64; }
    .footer .footer-bot a {
      color: #5e5d64; }

.quick-line-h {
  width: 100%;
  height: 1rem; }

.quick-line {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 592px;
  z-index: 8;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee; }
  .quick-line a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1rem;
    border-left: 1px solid #eee; }
    .quick-line a i {
      display: block;
      width: 0.36rem;
      height: 0.36rem;
      background-size: 100%;
      margin-right: 0.16rem; }
      .quick-line a i.icon-tel {
        background-image: url(../images/19.png); }
      .quick-line a i.icon-wechart {
        background-image: url(../images/20.png); }
      .quick-line a i.icon-index {
        background-image: url(../images/21.png); }
    .quick-line a span {
      font-size: 0.28rem;
      line-height: 0.28rem; }
    .quick-line a:first-child {
      border-left: none; }

.mod-title {
  width: 100%;
  height: 0.4rem;
  display: flex;
  align-items: center; }
  .mod-title i {
    display: block;
    width: 0.06rem;
    height: 0.4rem;
    border-radius: 0.03rem;
    background-color: #cb122c; }
  .mod-title span {
    font-size: 0.34rem;
    font-weight: bold;
    margin-left: 0.1rem;
    line-height: 0.4rem; }

.center {
  margin-left: auto;
  margin-right: auto; }

.more-btn {
  display: block;
  width: 2.2rem;
  height: 0.6rem;
  line-height: 0.56rem;
  text-align: center;
  border: 1px solid #cb122c;
  border-radius: 0.3rem;
  font-size: 0.28rem;
  color: #cb122c;
  background-color: #fff; }

.prod-list {
  width: 100%; }
  .prod-list .item {
    display: block;
    width: 100%;
    height: 5rem;
    background-color: #fff;
    box-shadow: 0 0 0.2rem #E6E6E6;
    margin-top: 0.3rem; }
    .prod-list .item .img {
      width: 100%;
      height: 4.2rem; }
      .prod-list .item .img img {
        width: 100%;
        height: 100%; }
    .prod-list .item .bots {
      width: 100%;
      height: 0.8rem;
      line-height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #f2f2f2;
      padding: 0 0.28rem; }
      .prod-list .item .bots p {
        display: inline-block;
        width: 5.9rem; }
      .prod-list .item .bots i {
        display: block;
        width: 0.18rem;
        height: 0.33rem;
        background-image: url(../images/05.png);
        background-size: 100%; }

.video-list .item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 1px solid #f2f2f2; }
  .video-list .item .img {
    width: 2.4rem;
    height: 1.8rem;
    position: relative;
    border-radius: 0.05rem;
    overflow: hidden;
    flex-shrink: 0; }
    .video-list .item .img img {
      width: 100%;
      height: 100%; }
    .video-list .item .img i.mask {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: block;
      background-color: rgba(0, 0, 0, 0.5); }
    .video-list .item .img i.play {
      display: block;
      width: 0.5rem;
      height: 0.5rem;
      background-image: url(../images/17.png);
      background-size: 100%;
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      margin-left: -0.25rem;
      margin-top: -0.25rem; }
  .video-list .item .right {
    width: 4.24rem;
    margin-left: 0.26rem; }
    .video-list .item .right .title {
      font-size: 0.28rem;
      line-height: 0.46rem;
      height: 0.92rem; }
    .video-list .item .right .desc {
      margin-top: 0.55rem;
      font-size: 0.24rem;
      color: #999; }

.pages {
  width: 100%;
  height: 0.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .pages .num {
    width: 0.6rem;
    height: 0.6rem;
    display: inline-block;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.6rem;
    color: #666;
    margin: 0 0.05rem;
    transition: all 0.3s;
    background-color: #eaeaea;
    border-radius: 0.05rem;
    background-repeat: no-repeat;
    background-position: center; }
    .pages .num.first {
      background-image: url(../images/24.png);
      background-size: 0.21rem 0.22rem; }
    .pages .num.prev {
      background-image: url(../images/26.png);
      background-size: 0.13rem 0.22rem; }
    .pages .num.next {
      background-image: url(../images/27.png);
      background-size: 0.13rem 0.22rem; }
    .pages .num.last {
      background-image: url(../images/25.png);
      background-size: 0.21rem 0.22rem; }
  .pages .num.active {
    border-color: #cb122c;
    background-color: #cb122c;
    color: #fff; }

.inner-nav {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-between; }
  .inner-nav a {
    display: block;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.14rem;
    background-color: #333;
    color: #fff;
    line-height: 0.8rem;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.3rem;
    position: relative; }
    .inner-nav a i {
      display: block;
      width: 0.1rem;
      height: 0.1rem;
      background-color: transparent;
      transform: rotate(-45deg);
      position: absolute;
      bottom: -0.05rem;
      left: 50%; }
    .inner-nav a.active {
      background-color: #cb122c; }
      .inner-nav a.active i {
        background-color: #fff; }

.common-back {
  width: 100%;
  height: 1rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 592px;
  z-index: 10; }
  .common-back p {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.38rem;
    padding: 0 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .common-back .back {
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/31.png);
    background-size: 0.31rem 0.54rem;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }

.common-back-h {
  width: 100%;
  height: 1rem; }

.share-btn {
  width: 1rem;
  height: 1rem;
  position: fixed;
  bottom: 20%;
  right: 0.3rem;
  z-index: 9; }
  .share-btn img {
    width: 100%;
    height: 100%; }

.share-tip {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  display: none; }
  .share-tip .tip-img {
    width: 2.88rem;
    height: 2.27rem;
    position: fixed;
    top: 0.3rem;
    right: 0;
    z-index: 11; }
    .share-tip .tip-img img {
      width: 100%;
      height: 100%; }

.serv-ewm {
  width: 3.6rem;
  background-color: #fff;
  padding: 0.2rem; }
  .serv-ewm .img {
    width: 3.2rem;
    height: 3.2rem; }
    .serv-ewm .img img {
      width: 100%;
      height: 100%; }
  .serv-ewm p {
    width: 100%;
    text-align: center;
    margin-top: 0.2rem; }
.layui-layer{top: 291.554px !important;}

/*分页list*/
.fylist{ text-align:center; margin:20px 0px;}
.fylist .page-on{ background-color:#e4392a; color:#FFF}
.fylist a{ width:41px; height:41px; line-height:41px; background-color:#edecec; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:18px; display:inline-block;border-radius:3px; text-align:center;margin:0 4px;}
.fylist2 .page-on{ background-color:#00AAF6 !important;border-color: #00AAF6 !important;}
.fylist2 a{ background-color:#fff; border-radius:0px; margin:0px;border: 1px solid #DDD;  border-right: none;}
.fylist2 a:last-child{border-right: 1px solid #DDD;}